-
Notifications
You must be signed in to change notification settings - Fork 32
✨ web-api: User privacy policy extended to username 🗃️
#7402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ web-api: User privacy policy extended to username 🗃️
#7402
Conversation
username
usernameusername 🗃️
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7402 +/- ##
==========================================
+ Coverage 87.30% 87.33% +0.03%
==========================================
Files 1712 1705 -7
Lines 66430 66240 -190
Branches 1125 1125
==========================================
- Hits 57998 57854 -144
+ Misses 8112 8066 -46
Partials 320 320
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
odeimaiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very very nice, thanks
username 🗃️username 🗃️
packages/postgres-database/src/simcore_postgres_database/models/users.py
Show resolved
Hide resolved
e3f2ec1 to
8eb1612
Compare
|
@mergify queue |
🟠 Waiting for conditions to match
|
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
|



What do these changes do?
Users can now choose to hide their
usernamefrom other user's search. By default,usernameremains discoverable via full or partial matches. With this update, users can opt out, making their profile fully private.Changes:
✨ Web-api (0.61.2 → 0.61.3)
userNameis now nullable (set toNonewhen hidden)usernameis excluded from search results🗃️ Database
privacy_hide_usernamecolumn (default:False)Related issue/s
How to test
Dev-ops
None